swiper slider autoplay

43

const swiper = new Swiper('.swiper', {
 autoplay: {
   delay: 5000,
 },
});

Comments

Submit
0 Comments